home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Tool Chest / Dev.CD Feb 97 TC.toast / Sample Code / Development Tools & Languages / AppsToGo / DTS.Lib / DTS.Lib.headers / Sys6Help.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-22  |  604 b   |  37 lines  |  [TEXT/MPS ]

  1. #ifndef __SYS6HELP__
  2. #define __SYS6HELP__
  3.  
  4. #ifndef __TYPES__
  5. #include <Types.h>
  6. #endif
  7.  
  8.  
  9.  
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13.  
  14.  
  15.  
  16. OSErr            HelpInitDocument(FileRecHndl frHndl);
  17.     /*
  18.     **    ¶ Call for system 6 balloon help.
  19.     **
  20.     **    INPUT:    frHndl
  21.     **    RESULT:    OSErr
  22.     **
  23.     **    If you want balloon help support for system 6, and you’ve added a '6hlp'
  24.     **    OSType into your application with the AppsToGo editor, then in the
  25.     **    File.c function InitDocument in your application, call HelpInitDocument
  26.     **    to instantiate the help code.  (See AppWannabe for a sample usage.) */
  27.  
  28.  
  29.  
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33.  
  34.  
  35.  
  36. #endif
  37.